My sister asked me this today. I typed this up for her. Figured I may as well put it up here as well.
It can in the following sense:
What does it mean to say $$\lim_{n \to \infty} \ \frac{1}{n} = 0 \ ?$$
$ \\ $
Cleary $\frac{1}{n}$ is never zero. What it means is that as $n$ gets bigger and bigger and bigger, $\frac{1}{n}$ gets closer and closer to zero. We can make $\frac{1}{n}$ as close to $0$ as we want by making $n$ large enough.
$ \\ $
The definition for an infinite series is as follows:
$ \\ $
$$\sum_{k = 1}^\infty a_k \ := \lim_{n \to \infty} \sum_{k=1}^n a_k$$
Put another way, if we let $$s_n = \sum_{k=1}^n a_k$$
$ \\ $
$$\text{then } \ \sum_{k = 1}^\infty a_k = \lim_{n \to \infty} s_n $$
That it, it is the limit of the sequence $$s_1,s_2,s_3 \dots = a_1\ ,\ a_1 + a_2\ ,\ a_1+a_2+a_3, \ \dots $$
$ \\ $
Clearly we can't sum a number infinitely many times, and after any finite number of times, when we add the next term we get a bigger number then we had before. So if we keep summing wouldn't the numbers just continue getting bigger and bigger all the way to infinity? Well consider this sequence of numbers:
$ \\ $
$$.1,\ .11,\ .111,\ .1111,\ .11111,\ \dots$$
$ \\ $
Each number is strictly bigger than one before, but at no point does it ever go beyond $.12$ . These are actually the partial sums of the series $$\sum_{k=1}^\infty \frac{1}{10^k}$$
If the sequence $a_k$ converges to zero, then although we keep adding more and more numbers, the numbers we are adding get smaller and smaller, and so you see its possible for the resulting sums to not get arbitrarily big. Thinking back in terms of limits, when we say that $$e = \sum_{k = 0}^\infty \frac{1}{k!}$$
we mean that $e$ is the limit of the sequence $$\frac{1}{0!},\quad \frac{1}{0!}+ \frac{1}{1!}, \quad \frac{1}{0!}+ \frac{1}{1!}+ \frac{1}{2!}, \quad \dots $$
$ \\ $
In other words, as we keep adding more and more terms of the sequence, the sum gets closer and closer to $e$. We can get as close as we want to $e$ by adding enough terms.
It turns out that having $a_k$ converge to zero is not enough. It has to go to zero quickly. For instance the sequence $$\frac{1}{k}$$ converges to zero, but the series $$\sum_{k = 1}^\infty \frac{1}{k} = \infty$$
In this instance, as we keep adding more and more terms, the sums just get bigger and bigger. No matter what upper bound you try to bestow on it, eventually the sum will surpass it.
However, The sequence $$\frac{1}{k^2}$$ does shrink quickly enough. When I plug these terms into a computer I get the following for $\frac{1}{k} \text{ and } \frac{1}{k^2} \text{ respectively:}$
$$\begin{array}{c|c} n & \sum_{k = 1}^n \frac{1}{k} \\ \hline 1 & 1 \\ 2 & 1.5 \\ 3 & 1.8333 \\ 1000 & 7.48547 \\ 10,000 & 9.78761 \\ 100,000 & 12.0901 \\ 1,000,000 & 14.3927 \\ 2,000,000 & 15.0859 \end{array}$$
It grows slowly but it continues to grow nonetheless.
For $\frac{1}{k^2}$ I get:
$$\begin{array}{c|c} n & \sum_{k = 1}^n \frac{1}{k^2} \\ \hline 1 & 1 \\ 2 & 1.25 \\ 3 & 1.36111\\ 1000 & 1.64393\\ 10,000 & 1.64483 \\ 100,000& 1.64492\\ 1,000,000 & 1.64493 \\ 2,000,000 & 1.64493\end{array}$$
By the time that I got to one million, adding the next one million terms increased the sum by less than $0.00001$! That is, $$\sum_{k = 1,000,001}^{2,000,000} \frac{1}{k^2} < 0.00001$$
In this instance, The sequence $\frac{1}{k^2}$ shrinks quickly to ensure the resulting sequence of partial sums doesn't get arbitrarily big.