The addition + is used first for string concatenation (if at least one operand is string) and in other cases as numbers arithmetical addition.
The subtraction always converts the operands to numbers.
Check this article for more details about addition operator.