Earlier quoted context omitted.
I don't understand it either. Author seems to be arguing against long functions/procedures. But if you move that to the client, presumably with ORM support - you're going to be executing more or less the same sequence of SQL queries and commands. Only difference is that when doing it on client you will have a lot of latency. Yes, you can cache some data in between those commands to avoid same multiple queries, but if…
Probably because you can't do proper testing as easy as application code. And debugging is much harder.
Edit: but I was referencing specific performances claims, that you will somehow take some load of database server. I just don't see it.