Connection-oriented networks carry overhead because they need to maintain continuous connections, which doesn’t scale well as the network grows. The web scales by focusing on stateless interactions and efficient caching strategies. For Nostr’s caching, consider distributed caches or edge approaches to reduce server load.