Earlier quoted context omitted.
to protect a visitor's privacy
What privacy? Your IP and the hostname of the website you're connecting to isn't encrypted over HTTPS anyway. The content isn't sensitive and there's no cookies on the site. The only remotely personal data would be your accept language header (which could be guessed from your IP) and user agent string (which you can just spoof anyway if you're really that paranoid). The MITM argument has more merit, but even there I…
AFAIK website hostname is visible when using SNI.