In the topic of numerical solutions of ODE and PDE, usually it's said that many times it's impractical to try to find an analytical solution due to the complexity of the boundary conditions, or even outright impossible due to the nature of the equation, for example: \begin{equation} y'=e^{-x^{2}} \end{equation} doesn't have an analytical solution we can write using other known functions. It is implied, though, that an analytical solution it's always preferable whenever possible to speed up calculations.
Given that known solutions of differential equations can turn out to be a really complicated mess of nested trigonometric and exponential functions (as an example, this is the solution to the heat equation in 2 spatial coordinates:
$$\theta(x,y)=\frac{2}{\pi}\sum_{n=1}^\infty\frac{(-1)^{n+1}+1}{n}\sin\frac{n\pi x}{L}\frac{\sinh(n\pi y/L)}{\sinh(n\pi W/L)}$$ ) and given that, for practical purposes, to output a value, the known functions like sines, cosine and exponentials which make up the solution eventually have to be computed numerically, can there be an equation for which the analytical solution is known, but so complex that solving the DE with a common numerical method like Euler or Runge-Kutta turns out to be actually faster than computing the analytical solution using Taylor series?
[Edit: It was pointed out that $ y'=e^{-x^{2}} $ does indeed have an analytical solution, just not a closed form in terms of elementary functions]
I've found a complete answer to my question in this paper:
Ardourel, Vincent; Jebeile, Julie, On the presumed superiority of analytical solutions over numerical methods, Eur. J. Philos. Sci. 7, No. 2, 201-220 (2017). ZBL1384.00034.
There are many differential equations for which an analytical solution is known, but the Taylor series for computing the function converges so slowly that the solution is of no practical use.
Examples given by the authors are analytical solutions to the N-body problem proposed by Sundman (1907, 1909) and Wang (1991):
Another example given by the authors is the Airy function, for which we have an analytical solution whose power series converges analytically, even though it doesn't converge in a floating point calculation: