It depends.
Think of:
- OO DB, like key/val storage, but with stored procedures. It's Phantom.
- Smart home UI, SCADA front - lots of METAdata about widgets, windows, screens, etc - but getting all the actual data from network. It's Phantom.
- Robotics. How long your self-driving car takes to reboot, fsck and restart all applications when it drives 100 mph?
- Medic equipment. Please do not die for five minutes, we need to reload application.
There are places that in any case need very clever and special software, would gain of fast same-state restart and need complex but more or less static configuration.
Think of partial use of Phantom nature. Be it usual Unix app, but with ability to have access to pre-built complex object structure to use.
One example: if you have 200 fonts on your PC, starting any appl that uses fonts is "wait half an hour till I rescan all these fonts for you".
Let Phantom personality to prepare persistent font data structures and Unix personality to use them.
It is really interesting even to start thinking in persistent manner. There are new worlds behind, forgive me being pathos man a bit. :)