One thing to remember is that the infinite summation is not simply repeated addition: it crucially involves something extra to make sense.
The definition of infinite sum one uses in calculus is designed to facilitate limit-based arguments; but that is not always what one is thinking of with an infinite sum.
If we were working with formal power series, for example, we have facts such as
$$ \sum_{n=0}^{+\infty} n x^n = \frac{x}{(x-1)^2} $$
which have nothing to do with convergence: if you multiply the left hand side by $(x-1)^2$ and simplify, all of the terms of the series cancel except for the $x$. It would thus be reasonable as shorthand to say, for example,
$$ \sum_{n=0}^{+\infty} n 2^n = 2 $$
And to make general arguments like this rigorous, we can define a new summation operator
$$ \sum_{n=0}^{+\infty}' a_n := f(1) $$
whenever $f(x)$ is a meromorphic function satisfying
$$ \sum_{n=0}^{+\infty} a_n x^n = f(x) $$
in a neighborhood of $x=0$.
In other settings, such as the one in your link, series of the sort
$$ \sum_{n=1}^{+\infty} a_n n^s $$
are important, giving rise to other summation operators related to evaluating such series at values of $s$.