This is safer, because in case of session failure this message could be encrypted again and resent.
There is an alternative way, to completely remove handler and implement it fully in reducer (reducers can remove outboundP2PMessages), but fetching backupData there and doing all the other checks will make code a lot more complicated.