It's been argued here on MSE that adding points doesn't make sense (e.g. Ray Toal's answer here: What is the difference between a point and a vector?). The reasoning was that points can be thought of as locations, and vectors can be thought of as displacements. So, adding e.g. Moscow and Los Angeles shouldn't make sense.
But upon considering the fact that the difference between two points is a vector, I came up with the following counterexample. Let $M=[m_1,m_2]$ be the location of Moscow and let $L=[l_1,l_2]$ be the location of Los Angeles. The difference of the locations is a vector, i.e. $$L-M=[l_1,l_2]-[m_1,m_2]=(l_1-m_1,l_2-m_2)$$ (notice the change of brackets). Now, adding $L$ and $M$: $$L+M=L-(-M)=[l_1,l_2]-(-[m_1,m_2])=[l_1,l_2]-[-m_1,-m_2]=(l_1+m_1,l_2+m_2)$$ which clearly is something. Also, ignore Earth's curvature.
So, why do people say that one can subtract two points but not add two points? Do they forget that addition can be turned into subtraction?