I've seen some DeFi protocols use IPFS to add some resiliency to their frontends. If their centralized frontend with vercel or whatever is down, they can direct users to their IPFS/ENS entrypoint.
What is the use case of this exactly? I've mostly tested API requests through fetch requests in the browser. What's the utility of using a standalone tool like this?