In many use cases it would be extremely helpful if it were possible to implement nested if-then conditions in triggers.
For Example:
If
Condition 1 AND [either Condition 2 OR Condition 3] are met
then
save the data
This option would make any necessary troubleshooting much easier because everything is summarized more clearly in ONE condition.
This could also significantly reduce the number of if-then conditions.