If you only generate a limited set of addresses before you delete your wallet, it is likely you will run out of fresh addresses to receive funds on, meaning multiple spendable transactions will be linked together via the receiving address. This is a privacy disadvantage.
Secondly, your mnemonic key phrase back-up follows an off-chain deterministic key derivation standard (BIP32/43/44), and even if all consensus rules do not chain, there is no guarantee that wallets continue to implement the same key generation method that they currently do (depending on your timeframe). If you cannot use a wallet application with the same key derivation standard later, you will have to derive your used keys yourself using the BIP32/43/44 standards.
This is a good answer. I liked the part about privacy. Can you please explain more the second part? I'm not sure I follow. – Igor V. – 2019-01-25T09:43:47.490
1Your mnemonic key phrase is used to derive the actual private keys and addresses which u receive find on. This derivation path happens entirely in your wallet and hs nothing to do with the Bitcoin network, it is simply a standard method adopted by wallet makers. If your wallet maker no longer supports this and updates to sth else, it could be that your mnemonic phrase results in different key/addresses in the future. It is unlikely that a wallet wouldnt continue to support older mnemonic phrases in the future, but there are no guarantees. In that case u would have to derive your keys manually. – James C. – 2019-01-25T10:12:47.223
If this reply answered your question entirely (and only if it did), a checkmark would be kindly appreciated! – James C. – 2019-01-27T14:20:37.273
I will gladly do so if no other, better, answer comes up in near future. – Igor V. – 2019-01-27T14:29:32.197
@IgorV. i suggest writing down the name of the wallet software you used and the version number along with the seed backup. this will help you restore your wallet in future. – Abdussamad – 2019-02-08T12:27:13.360