A lot could be said about it, but the first thing that comes to mind is that not every application uses a db.
And not every application that uses a db needs an ORM.
You probably can build an ORM into the single file. But I'm not saying every application should be developed as a single file forever. I just like that you can start with one and expand later.