It's probably mainly aimed at data pipeline use cases. It's common to have stages of very "messy" data that you'll want to clean up. This lets you keep that part of it all in Postgres, if you like, if your messy data is PDFs, which is a fairly common case.
Not every object in a database needs to be ready for public consumption. Some of it's there for processing, for certain use cases.
Not every object in a database needs to be ready for public consumption. Some of it's there for processing, for certain use cases.