Fundamentally understand that your wallet contains "private keys" (not bitcoins) - the blockchain (which every full node has a copy of) is the *ledger* of every single tx that has ever occurred.
Provided you have a backup of your wallet then yes it doesn't matter if your computer is destroyed, or crashed, or if your internet connection died - the wallet can be restored and the blockchain contains all the tx's (so your balance will also be able to be restored).
There are some edge cases where your wallet might get "out of whack" (due to a crash or other problem) but at worst you can always restore the backup to a new install to recover (always keep backups).
Also if you do have offline backups of your private keys then your wallet indeed can be reconstructed, however, you need to understand that *change* addresses are normally hidden from you (so after sending a tx bitcoins sent as change back to yourself are then likely to be at a new address that you do not have stored in paper form).
I understand that the blockchain is a ledger of every transaction that has ever occured and that the wallet does not actually hold the coins- but you see on the surface, that you have x amt BTC in your wallet.
Is it the case, that it is only permissions within the blockchain linked with addresses, such that, the permissions are only accessed through private keys to each address within your wallet that you've had coins sent to you?
The main question, is if you can not back up your wallet, after the last transaction, yet you know the address the last transaction was sent to, along with the private key for that address, can you still reconstruct/gain access to those funds somehow?