Kirk discusses the pitfalls of excessive reliance on network calls, highlighting the "revolving door" anti-pattern that can severely impact application performance. He emphasizes how inefficient data retrieval methods, like those seen in Hibernate, can lead to overwhelming the kernel and limit scalability. With potentially hundreds of thousands of calls, response times can balloon to unacceptable levels, underscoring the need for better optimization strategies.