What is the purpose of Dispatcher in front of single Author?
Is there any advantage of having dispatcher in front of the Author if it is the only instance, so load-balancing is not required, and as per official documentation cache should be disabled there anyway?

So far it only proxying requests between :80 and :4502 ports to underlying publisher and that's probably it.
Any ideas?