The signature of Presburger arithmetic contains only the addition operation and equality, omitting the multiplication operation entirely.
Is it possible to state and prove theorems in Presburger arithmetic that contain order relations (less than, <)?
$x + 1 = y → x < y$
In general, well-ordering is not definable in first-order arithmetic language. Nevertheless, such formulas as the mentioned $x<y\leftrightarrow\exists z(z+z\not=z\wedge x+z=y)$ or $\exists z(x + z = y - 1)$ express the notion (viz., implicitly, without an explicit order relation) by dint of the intended domain of quantification, which is $\mathbb{N}$ or $\mathbb{Z}$.
As a note for follow-up, I quote (with several additions and notational modifications) a relevant paragraph from Craig Smoryński's Logical Number Theory I: An Introduction (Springer, 1991, p. 308):