1) Concurrency allows multiple computations to execute simultaneously and potentially interact with each other.
2) Concurrent applications are important for business processes that can benefit from parallel processing like e-commerce and logistics.
3) GPars is a Groovy concurrency library that supports models like actors and dataflow.