What would it mean for all of computer science if someone discovered a polynomial-time algorithm for 3-SAT?
Think about your answer, then reveal below.
Model answer: It would prove P = NP, meaning every problem in NP could be solved in polynomial time, since 3-SAT is NP-complete and all NP problems reduce to it.
3-SAT is NP-complete, so a polynomial-time solver for 3-SAT would, via polynomial-time reductions, yield polynomial-time solvers for every problem in NP. This would collapse the P vs. NP distinction and make thousands of currently intractable problems (scheduling, optimization, cryptographic hardness assumptions) tractable.