Help me understand how to use VS for proxy

Hi,

In this blog, Istio / Istio as a Proxy for External Services, it created a ServiceEntry for localhost, then created a DestinationRule to disable TLS on localhost. Why do we need this?

Is it to prevent a network routing loop or a security measure?

Thanks