Here is my MWE:
\documentclass{article}
\begin{document}
\begin{center}
\begin{minipage}{8cm}
{\Huge
The interline spaces are too small between some of the lines. Why so? This is the continuation of the text.}
\end{minipage}
\end{center}
\end{document}

{\Huge ... }) the paragraph ends after the}and thus uses the normal line spacing. This is a quite common gotya – daleif Feb 06 '18 at 07:42