OrdinaryDiffEq.jl contains the solvers for ODEs and DAEs.
DifferentialEquations.jl is an umbrella package that includes OrdinaryDiffEq.jl, but also packages for other solvers, like SDEs etc.
DifferentialEquations.jl takes longer to precompile and load, so if you only need OrdinaryDiffEq you can use that directly.