A single server can handle maybe - requests per second. What happens when you have RPS?
You add more servers. But now you need something to distribute incoming requests across those servers. That's a load balancer.
Load balancers appear in %+ of system design interviews. They're one of the first things you draw after clients and before application servers. I'll show you how they work and when to use different algorithms.