Does "$\forall x : \mathbb{R} . \ x \geq 0 \lor x \leq 0$" count as a theorem? This is not provable constructively (it's equivalent to LLPO), but is used freely by physicists and computer scientists the world over. In fact, if you ask the people who are really working with "applications", like the biologists and engineers for instance, I guarantee you that they'll ask you what's the use of your math that doesn't allow dichotomy of $\leq$!
Just because there are constructive versions of lots of interesting theorems (usually under some extra definability conditions on the inputs) doesn't mean that the "nonconstructive" results aren't worthwhile! And this is coming from someone who spends a lot of time thinking about constructive math. See this recent blog post, for instance, or any number of my answers on this website. I try quite hard to make my proofs constructive whenever possible, provided it doesn't overcomplicate exposition. All that to convince you it's not defensiveness or a dislike of constructive math that makes me say: Frankly, your question comes off as quite immature (not to mention dismissive of "regular" mathematicians). I'm sure that's not your intent, it's just something to be aware of.
Going back to the mathematics, these extra definability conditions can be really hard to pin down! It wasn't until quite recently that an algorithm for computing gröbner bases (which was already used in practice!) was actually proven to always terminate. Moreover, as you'll find by just searching for "contradiction" in the linked pdf, this proof crucially uses classical logic in multiple places (not to mention casework, which almost certainly violates LEM, but I haven't checked). Again, the actual practitioners (by which I mean the software engineers developing mathematica, sage, etc) don't care at all about constructive versus classical proofs! Now, of course, some version of the correctness of this algorithm is almost certainly provable constructively. But I highly doubt anybody knows what the right definability conditions on the ideals should be! Also, in case you doubt the utility of this algorithm, you should know that gröbner bases are roughly the analogue of gaussian elimination for arbitrary systems of polynomials. There's a reason that the mathematica team was so eager for a more efficient algorithm!
More concerningly still, constructively the notion of "finite" breaks down entirely. Indeed, quoting from Blass's An induction principle and pigeonhole principles for k-finite sets:
THEOREM $4$. Assume that, for all finite $X$ and all $f : X+1 \to X$, there exist $x$ and $y$ in $X+1$ with $f(x) = f(y)$ but $x \neq y$. Then the law of the excluded middle holds
The pigeonhole principle, I'm sure you'll agree, is used constantly in applications. For transparency, I should say that the pigeonhole principle is constructively provable if $X$ has decidable equality, but I guarantee you that people working in applications absolutely don't consider this subtlety.
Lastly, I actually have a question for you (and I'm sincerely interested in your answer!): What do you think of the various ways one can nonconstructively show that a constructive proof exists (though we may not be able to produce such a proof)?
For example, Robertson-Seymour prove that for each graph $H$ there exists an algorithm taking in a graph $G$ and deciding whether $H$ is a minor of $G$ (indeed, the algorithm runs in time $O(|G|^3)$!). However, their proof is nonconstructive, and for even quite simple $H$ we have no idea what this algorithm is!
In your mind, does this count as a constructive result? The algorithm is certainly constructive... And we know an algorithm exists... We just can't get our hands on it!
Similarly, how do you feel about theorems like the following: "If $\varphi$ is a geometric formula which is classically provable, then $\varphi$ is also constructively provable". This theorem is, itself, nonconstructive (since it relies on the completeness theorem for topos semantics), but it asserts the existence of a constructive proof. Would you consider $\varphi$ "constructively true" for your purposes?
I hope this helps ^_^