Increasing the amount of load balancer servers makes sense if you would like to improve your app's accessibility and gain a few entry points for increased reliability. In the later case, you need to have the Public IP addresses attached to each of your balancers.
Every new server added to the load balancer layer will copy the very first one, which means that it will contain the same set of configurations and files inside. I.e., in case you already have several instances with varying content and would like to add more, the initial (master) node will be cloned while scaling.
For the same reason, the amount of your load balancer servers will be automatically decreased to a single instance if you switch HA on, so please, pay attention to this.