Structure-preserving maps are generally called homomorphisms. For example, maps that preserve the group structure are called group homomorphisms, maps that preserve order are called order homomorphisms, and so on.
However, there are a few cases that are important enough to get their own names. For example, vector space homomorphisms are called linear functions or linear operators. In particular, the real sequences form a vector space over the real numbers, and so do (trivially) the real numbers themselves. Also, the convergent sequences form form a subspace of the vector space of all sequences. The limit function preserves the vector space function, therefore it is a linear function from the space of convergent series to the real numbers.
However, the convergent series also form an algebra, with multiplication being element-wise and the constant sequence $1,1,1,\ldots$ as neutral element. The limit also preserves this structure, therefore it is an algebra homomorphism. Of course every algebra is a vector space, and every algebra homomorphism is a linear function.
If you ignore all sorts of multiplication and only look at the addition, you get an abelian group (as with every vector space). And of course the limit is also a group homomorphism for addition.
In particular:
A group homomorphism (for additive groups) has the property
$$\phi(a+b)=\phi(a)+\phi(b).$$
The limit on convergent sequences clearly has this property:
$$\lim_{n\to\infty} (a_n+b_n) = \lim_{n\to\infty} a_n + \lim_{n\to\infty} b_n$$
A linear function (vector space homomorphism) has the additional property
that for a scalar (in this case, real number) $\alpha$, we have
$$\phi(\alpha a)=\alpha \phi(a).$$
The limit also has that property:
$$\lim_{n\to\infty} (\alpha a_n) = \alpha \lim_{n\to\infty} a_n$$
An algebra homomorphism in addition has the property that
$$\phi(ab)=\phi(a)\phi(b).$$
Again this is true for the limit:
$$\lim_{n\to\infty} (a_n b_n) = \lim_{n\to\infty} a_n \cdot \lim_{n\to\infty} b_n$$