What Frans meant is that Webservices is/was built for messaging.
i.e it's better to pass messages rather than objects.
He favored remoting if you want to pass objects(entities).
P.S. I used Webservices to pass LLBLGen entities, I didn't face performance issues, since my applications run in a LAN.