Most of the times you see line integrals of a vector field written as this
$$ \int_C\mathbf{F\cdot ds} $$
And surface integrals like
$$\iint_\Sigma \mathbf{F\cdot n}\,\mathrm dS$$
My question is, what's the point of all this symbology? It seems like the $\mathbf {ds}$ and $\mathbf{n}\, \mathrm dS$ are there just to remind the reader "hey! This is a little tiny piece of curve/surface!" or whatever heuristic you have to explain this integrals.
If you know that $C\subseteq \Bbb R^k$ is a curve, and $\Sigma\subseteq \Bbb R^k$ is a surface, why not just write $\int_C \bf F$ and $\iint_\Sigma \bf F$ (or even $\int_\Sigma \bf F$ (although the double integral sign makes more sense, because in the end you end up calculating a double integral))?
Well, it is important to specify which are your infinitesimal variables, as you could integrate your line integral with respect to $x$, $y$, or both. For example, when you use Green's theorem: $$ \oint_C P dx +Qdy =\iint (P,Q) d\vec{S}, $$ it is important to integrate $P$ over $x$ only, and $Q$ over $y$ only.
The same thing applies for surface integrals.