Laurent for a function is a generalization of the Taylor series. With a Laurent series, however, the powers can be negative. An advantage of the Laurent series over the Taylor series is expanding around singular points for a given function. Looking for a demonstration of this advantage for an unusual function.
Can Laurent's theorem be used on all Taylor theorem expandable functions?
I don't know if it's "unusual", but for example, $f(z) = \sin(1/z)$ has an isolated singularity at $z=0$. You can do a Laurent expansion around that point:
$$ \sin(1/z) = z^{-1} - \frac{z^{-3}}{3!} + \frac{z^{-5}}{5!} - \ldots = \sum_{n=-\infty}^\infty a_n z^n$$ where $a_n = (-1)^{(n+1)/2}/(-n)!$ for odd $n < 0$, $0$ otherwise.
I'm not quite sure what you're referring to as "Laurent's theorem". But any Taylor series is a Laurent series where the terms in negative powers happen to be $0$, so wherever Taylor expands the function, so does Laurent.