It is specified as this:
$$(a,b)(c,d)=(ac-bd,ad+bc).\,$$
I don't see anywhere where the decision to have - these components $ac-bd$ and + these components $ad+bc$ was made. Or why it is like this. Wondering if one could explain why it's like this, without using or referencing $i$ or $\sqrt{-1}$, just using the idea of complex numbers as an ordered pair of reals.
This comes from the fact that every complex number $z=a+ib$ corresponds to a matrix of the form $$A=\begin{pmatrix}a & -b \\ b & a\end{pmatrix}.$$ Now take another matrix of this form, say $$B=\begin{pmatrix}c & -d \\ d & c\end{pmatrix}.$$ The product $$AB=\begin{pmatrix}a & -b \\ b & a\end{pmatrix}\begin{pmatrix}c & -d \\ d & c\end{pmatrix}=\begin{pmatrix}ac-bd & -(ad+bc) \\ (ad+bc) & ac-bd\end{pmatrix}.$$ You can again read of real and imaginary part of the product from this. If you are interested in why complex numbers correspond to such matrices, I can write a few lines about this fact here or you spend some minutes searching for it on the internet.